home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 1999 August / SGI Freeware 1999 August.iso / dist / fw_povray.idb / usr / freeware / lib / povray31 / res.ini.z / res.ini
Encoding:
INI File  |  1999-04-16  |  1002 b   |  40 lines

  1. ;; FILE : res.ini
  2. ;;
  3. ;; This POV-Ray(tm) INI file provides a range of common image size
  4. ;; definitions typically used when tracing images.  To use the image size
  5. ;; options in this file add ``res'' or ``res[label]'' to the command line.
  6. ;; This will set the image size to be 320x240 by default or the size in
  7. ;; the section ``[label]''.
  8. ;; All the image sizes have a 4x3 aspect ratio between width and height
  9. ;; which matches the default camera setup inside POV-Ray(tm) itself.
  10. ;; Using a different image size aspect ratio will also require adjusting
  11. ;; the aspect ratio of the camera to avoid streached or squashed images.
  12. ;; See the "Aspect Ratio" section in the User's Documentation for more
  13. ;; information.
  14.  
  15. ;; This unofficial version comes from Mike Fleetwood
  16.  
  17. ;; Default.
  18. Width=320            ;; (+Wn)
  19. Height=240            ;; (+Hn)
  20.  
  21. [160]
  22. Width=160
  23. Height=120
  24.  
  25. [320]
  26. Width=320
  27. Height=240
  28.  
  29. [640]
  30. Width=640
  31. Height=480
  32.  
  33. [800]
  34. Width=800
  35. Height=600
  36.  
  37. [1024]
  38. Width=1024
  39. Height=768
  40.